home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 842 b | 31 lines | [TEXT/GEOL] |
- Item 5555713 6-May-89 14:15
-
- From: WILSON6 Wilson, Dave - Personal Concepts
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: MABuild -nodebug from menu
-
- Hi folks,
-
- Here is a menu item for your "Startup•Dave" file for use with MacApp 2.0 final
- and MPW 3.0. It allows you to use the Build menu to build nodebug versions of
- your apps:
-
- # Create the Build Menu ===================================================
- BuildMenu
- AddMenu Build '(-' ''
- AddMenu Build 'Build nodebug…/='
- 'Begin;
- Set NewProgram "`Request "Program Name?" -d "{Program}" || Echo '""'`";
- Exit If "{NewProgram}" == "";
- Set Program "{NewProgram}";
- Open "{Worksheet}";
- Echo; Echo;
- MABuild "{Program}" -noDebug;
- End >> "{Worksheet}" ≥≥ Dev:StdOut'
-
-
- Dave
-
-